body {
  display: flex;
  overflow-x: hidden;
  margin: 0px;
}

#main {
  margin: auto;
  width: auto;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  position: relative;
  margin-left: 360px;
  max-width: 289.37px;
  height: 32px;
}

header nav {
  height: 72px;
  position: relative;
  right: 360px;
  display: flex;
  gap: 16px;
  flex-grow: 1;
  justify-content: flex-end;
  font-family: 'Microsoft YaHei', '微软雅黑';
  font-size: 16px;
  font-weight: bold
}

header nav a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.6);
  /* padding: 10px 18px 0 18px; */
}

.ZGbutton {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  font-family: inherit;
  font-weight: bolder;
  cursor: pointer;
  position: relative;
  top: 26px;
  border: none;
  background: none;
  text-transform: uppercase;
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 400ms;
  transition-property: color;
}

.ZGbutton:focus,
.ZGbutton:hover {
  color: #040000;
}

.ZGbutton:focus:after,
.ZGbutton:hover:after {
  width: 64px;
  left: 9%;
}

span button:after {
  content: "";
  pointer-events: none;
  bottom: -8px;
  left: 50%;
  position: absolute;
  width: 0%;
  height: 6px;
  background-image: linear-gradient(to bottom right, #3DA8CE, #0359A0);
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 400ms;
  transition-property: width, left;
}

@keyframes scaleUp {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.95);
  }

  100% {
    transform: scale(1);
  }
}

/* 下拉菜单 - 关于我们 */
.NBdropdown .dropdown-content {
  width: 1924px;
  height: 0px;
  background: #FAFAFA;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  left: 672px;
  top: 72px;
  min-width: 90px;
  transition: height ease 0.5s;
  z-index: 0;
}

.NBdropdown :hover .dropdown-content {
  position: absolute;
  top: 72px;
  width: 1924px;
  height: 300px;
}

/* 下拉菜单 - 关于我们（文字） */
.NBdropdown .ZGwb {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 6px;

  position: absolute;
  top: 72px;
  right: 372px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  line-height: 22px;
  opacity: 0;
  transition: opacity ease 0.5s;
  cursor: pointer;
  z-index: 1;

}

.NBdropdown :hover .ZGwb {
  opacity: 1;
}

/* 下拉菜单 - 解决方案 */
.NBservice .service-content {
  width: 1924px;
  height: 0px;
  background: #FAFAFA;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  left: 672px;
  top: 72px;
  min-width: 90px;
  transition: height ease 0.5s;
}

.NBservice :hover .service-content {
  position: absolute;
  top: 72px;
  width: 1924px;
  height: 300px;
}

/* 下拉菜单 - 解决方案（文字） */
.NBservice .ZGwb {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 6px;

  position: absolute;
  top: 72px;
  right: 280px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  line-height: 22px;
  opacity: 0;
  transition: opacity ease 0.5s;
  cursor: pointer;
}

.NBservice :hover .ZGwb {
  opacity: 1;
}

/* .ZGwb a {
  margin: 14px 0px 14px 0px;
} */

#IDZGwb :hover {
  font-weight: bold;
  color: #040000;
}

/* 下拉菜单 - end */

.navbar nav {
  position: relative;
  display: flex;
  height: 52px;
  flex-grow: 1;
  /* 允许nav占据剩余空间 */
  justify-content: flex-start;
  /* 子元素向末尾对齐 */
  text-align: center;
  /* 水平居中文本 */
  line-height: 50px;
  font-style: normal;
}

.navbar nav a {
  font-weight: 400;
  font-size: 20px;
  text-decoration: none;
  color: inherit;
  /* 继承父元素的颜色 */
  font-size: 16px;
  margin-left: 60px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  font-family: '阿里汉仪智能黑体';
}

.navbar nav a:first-child {
  margin-left: 360px;
}

.line {
  position: absolute;
  left: 346px;
  bottom: 0;
  height: 3px;
  width: 90px;
  background-image: linear-gradient(to right, #3DA8CE, #0359A0);
  transition: all .5s;
}

.TTline {
  width: 100%;
  height: 1px;
  background: #F4F4F4;
}

.DHYXDZ {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  /* height: 160px; */
  display: flex;
  flex-direction: row;
  gap: 50px;
  color: rgba(0, 0, 0, 0.6);
}

/* .DHYXDZ a:hover {
  font-weight: bold;
} */

.DHYXDZ img {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.24)
}

.DHYXDZ img:hover {
  transform: scale(1.2);
  transition: all .2s linear;
}

.DH2 {
  position: relative;
  left: 360px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

.YX2 {
  position: relative;
  left: 360px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

.DZ2 {
  position: relative;
  left: 360px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

.sticky {
  position: fixed;
  /* 当导航栏需要停靠在顶部时，使用固定定位 */
  top: 0;
  left: 0;
  width: 100%;
  /* 根据需要设置宽度 */
  z-index: 1000;
  /* 确保导航栏在其他内容之上 */
  background-color: #fff;
  /* 可选：设置背景色，防止内容被覆盖 */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  /* 可选：添加阴影效果 */
}

.buttonHDDB {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #383838;
  border: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 0px 2px #C5C5C5;
  cursor: pointer;
  transition-duration: 0.4s;
  overflow: hidden;
  position: fixed;
  top: 80%;
  right: 100px;
  z-index: 1000;
}

.svgIcon {
  width: 12px;
  transition-duration: 0.4s;
}

.svgIcon path {
  fill: #ffffff;
}

.buttonHDDB:hover {
  width: 140px;
  border-radius: 50px;
  transition-duration: 0.4s;
  background-image: linear-gradient(to right, #3DA8CE, #0359A0);
  align-items: center;
}

.buttonHDDB:hover .svgIcon {
  /* width: 20px; */
  transition-duration: 0.4s;
  transform: translateY(-200%);
}

.buttonHDDB::before {
  position: absolute;
  bottom: -20px;
  content: "Back to Top";
  color: #ffffff;
  /* transition-duration: 0.4s; */
  font-size: 0px;
}

.buttonHDDB:hover::before {
  font-size: 13px;
  opacity: 1;
  bottom: unset;
  /* transform: translateY(-30px); */
  transition-duration: 0.4s;
}

/* 折叠面板 */
/* 打开和关闭手风琴面板的样式 */
.accordion {
  position: relative;
  left: 360px;
  background-color: #FAFAFA;
  font-family: '阿里汉仪智能黑体';
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  padding: 18px;
  width: 1200px;
  height: 60px;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* 设置点击和鼠标移到选项上面时（悬停）的样式 */
.active,
.accordion:hover {
  background-color: #F1F1F1;
}

/* 为手风琴面板设计样式。 默认隐藏 */
.panel {
  display: flex;
  flex-direction: row;
  gap: 34px;
  width: 1200px;
  height: 360px;
  margin: 8px 0px 8px 16px;
  position: relative;
  left: 360px;
  background-color: #ffffff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/* 设置 +、- 标志 */
.accordion:after {
  content: '\002B';
  /* Unicode 字符 + 号 */
  color: #777;
  font-family: 'Microsoft YaHei', '微软雅黑';
  font-weight: normal;
  float: right;
  /* margin-left: 5px; */
}

.active:after {
  content: "\2212";
  /* Unicode 字符 - 号 */
}

.panel span {
  width: 580px;
  font-size: 16px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.6);
  margin: 8px 0px 8px 0px;
}

.panel p {
  width: 580px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 28px;
  margin: 4px 0px 0px 0px;
}

.panel p:hover {
  font-weight: bold;
  /* color: #040000; */
}

.WBNBleft {
  width: 580px;
  display: flex;
  flex-direction: column;
  /* gap: 4px; */
}

.WBNBright {
  width: 580px;
  display: flex;
  flex-direction: column;
  /* gap: 4px; */
}

/* 标语 */
.BY1 {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.BY2 {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

/* 页尾 */
.group_4 {
  color: rgba(0, 0, 0, 0.6);
  z-index: 0;
}

.YWtextDS {
  box-shadow: 0px -3px 6px 0px rgba(0, 0, 0, 0.1);
  background: #FAFAFA;
  height: 462px;
  margin-top: -1px;
  width: 1920px;
  justify-content: flex-center;
  z-index: 0;
  position: relative;
}

.YWtext span {
  line-height: 24px;
  font-size: 18px;
  margin-bottom: 4px;
  font-weight: bold;
}

.YWtext a {
  text-decoration: none;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}

.YWtext a:hover {
  font-weight: bold;
  /* color: #040000; */
}

/* .YWtextXWZX {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  position: absolute;
  left: 368px;
  top: 24px;
  z-index: 1;
} */

.YWtextGYWM {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  position: absolute;
  /* left: 520px; */
  left: 368px;
  top: 24px;
  z-index: 1;
}

.YWtextJJFA {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  position: absolute;
  /* left: 672px; */
  left: 520px;
  top: 24px;
  z-index: 1;
}

.YWtextZBCG {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  position: absolute;
  /* left: 824px; */
  left: 672px;
  top: 24px;
  z-index: 1;
}

.YWtextJRWM {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  position: absolute;
  /* left: 824px; */
  left: 824px;
  top: 24px;
  z-index: 1;
}

.YWtextLXWM {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  position: absolute;
  left: 976px;
  top: 24px;
  z-index: 1;
}

.FGline {
  width: 1200px;
  height: 1px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 360px;
  top: 320px;
}

.DZDH {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: absolute;
  left: 360px;
  top: 339px;
}

.DZ {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}

.DZimg {
  width: 22px;
  height: 22px;
}

.DH {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}

.DHimg {
  width: 22px;
  height: 22px;
}

.XJJewm {
  position: absolute;
  right: 454px;
  bottom: 24px;
}

.XJJlogo {
  position: absolute;
  right: 360px;
  top: 130.5px;
}